home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilrexx / mkrmthrc.rdm < prev    next >
Text File  |  1997-01-18  |  1KB  |  34 lines

  1. Short:    Make .readme with Thor or CygnusEd 
  2. Author:   kennecni@idgOnline.no (Kenneth C. Nilsen)
  3. Uploader: kennecni@idgOnline.no (Kenneth C. Nilsen)
  4. Type:     util/rexx
  5. Requires: CygnusED or Thor 
  6. Replaces: util/rexx/CEDMakeReadme*
  7.  
  8.  
  9. Copyright (C) 1996 by Digital Surface.
  10. All rights reserved.
  11.  
  12.  
  13. This little arexx script will do most of the 'dirty' work when making readme
  14. files for AmiNet uploads.
  15.  
  16.  
  17. *    You type in a requester a short description which will be autochopped
  18.     if it exceeds 40 bytes. (Required!)
  19.  
  20. *    You can type in program type. If nothing typed, nothing is printed.
  21.  
  22. *    You can type requirements for the program. If nothing typed, nothing
  23.     is printed.
  24.  
  25. *    You can also type which programs it replaces. If nothing typed,
  26.     nothing is printed.
  27.  
  28. *    Finally it prints a standard header with upload name, author name, a
  29.     standard copyright line or anything else. Please modify these datas
  30.     to suit your need. The header of this file is made with this script.
  31.  
  32.  
  33. Bug reports and suggestions could be sent to kennecni@IDGonline.no
  34.